Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Added support for debuging the request performed by Guzzle #177

Closed
wants to merge 3 commits into from

Conversation

javiereguiluz
Copy link
Member

This is useful to spot connection issues for bugs such as #92.

}

return new Client($options);
// enable request debugging if the command is in verbosity mode
if ($this->output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest doing this only for the VERBOSITY_DEBUG level

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants